repo.or.cz
/
EroBeats.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
rm update
[EroBeats.git]
/
Djinn and Tonic - Erobeats
/
Level4.cpp
blob
8d1bc455122558433ba6b7ae3ab3519d28e770b6
1
#include
"Level4.h"
2
3
Level4
::
Level4
()
4
{
5
}
6
7
8
Level4
::~
Level4
()
9
{
10
}
11
12
void
Level4
::
update
()
13
{
14
//USE THE SUPERCLASSES METHODS AND CREATE THE SPECIFIC TRIGGERS FOR ANIMATION AND SOUND EVENTS
15
}
16
17
18
void
Level4
::
play
()
19
{
20
//BASED ON BOOLEANS PLAY CERTAIN SOUNDS
21
}
22
23
void
Level4
::
render
()
24
{
25
//BASED ON BOOLEANS PLAY CERTAIN LOOPS
26
//USE SUPERCLASS METHODS
27
}